home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / MYABCD.SWF / scripts / DefineButton2_19 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  1999-10-24  |  74 b   |  7 lines

  1. on(rollOver){
  2.    tellTarget("/1")
  3.    {
  4.       gotoAndStop(2);
  5.    }
  6. }
  7.